:root {
  --primary-green: #66b33e;
  --primary-red: #db2b21;
  --light-gray: #9b9b9b;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.flash-top {
  background-color: #242424;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  /* padding: 0.5rem; */
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 1030;
  height: 20px;
}

.flash-top .animate-text span {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  left: 0;
  top: 0;
}

.flash-top .animate-text span.active {
  opacity: 1;
}

header.landing-header {
  position: sticky;
  top: 22px;
  z-index: 1020;
  background-color: #fff;
  padding: 1rem 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.logo-sec img {
  height: 54px;
  width: auto;
  margin-left: 2rem;
}

.content {
  /* padding: 2rem 0rem; */
}

.Banner {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1900 / 706;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 1rem; */
}

.Banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  /* border-radius: 1rem; */
}

.balwaan-red {
  color: rgba(175, 2, 7, 1);
}

.balwaan-bg-softred {
  background-color: rgba(253, 235, 235, 1);
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.countdown-item {
  text-align: center;
}

.countdown-value {
  font-size: 47px;
  font-weight: 700;
  color: #af0207;
  background: rgb(254, 227, 227);
  padding: 0px 10px;
  border-radius: 5px;
  min-width: 50px;
  display: inline-block;
}

.countdown-label {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333;
  margin-top: 5px;
}

.section-title {
  margin-left: 3.5rem;
  font-weight: 700;
  color: #333;
  position: relative;
  display: inline-block;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--primary-green);
  border-radius: 10px;
}

.slider-container {
  position: relative;
  padding: 3rem 7rem;
}

.swiper-wrapper {
    margin-bottom: 2rem !important;
}

.cards-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;

  -ms-overflow-style: none;

  padding: 1.5rem 0;
  gap: 1rem;
}

.cards-slider::-webkit-scrollbar {
  display: none;
}

.card-1 {
  flex: 0 0 auto;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 253px !important;
  background: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-1:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-head {
  background-color: var(--primary-green);
  border-radius: 10px 10px 0px 0px;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer {
  font-weight: 800;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}

.card-img {
  padding: 1rem;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.card-body {
  padding: 0 0.5rem 0.5rem;
}

.card-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
  margin-bottom: 0.75rem;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-mrp {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}

.real-mrp {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  margin-left: 2px;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: var(--light-gray);
}

.card-savings {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--primary-green);
  margin-bottom: 0.75rem;
}

.rating-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.reviews {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  margin: 0;
  letter-spacing: 0%;
  color: var(--light-gray);
}

.buy-now {
  background: var(--primary-red);
  color: white;
  font-size: large;
  font-weight: 600;
  width: 100%;
  border-radius: 8px;
  padding: 0.5rem;
  transition: background 0.3s ease;
}

.buy-now:hover {
  background: var(--primary-red) !important;
  color: white !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  border: none;
}

.nav-btn:hover {
  background: rgba(219, 43, 33, 1);
  color: white;
}

.prev-btn {
  left: 4vw;
}

.next-btn {
  right: 4vw;
}

.dots-container {
  display: flex !important;
  justify-content: center !important;
  margin-top: 1rem !important;
  gap: 8px !important;
  align-items: center !important;
}

.dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #ddd !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #ddd !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
}

.swiper-pagination-bullet-active {
  background: rgba(219, 43, 33, 1) !important;
  width: 12px !important;
  height: 12px !important;
}

@media (max-width: 768px) {
  .section-title {
    margin-left: 1.5rem;
  }

  .slider-container {
    padding: 7 2.5rem;
  }

  .nav-btn {
    width: 35px;
    height: 35px;
  }

  .prev-btn {
    left: 0.5rem;
  }

  .next-btn {
    right: 0.5rem;
  }
}

.balwaan-btn-white {
  font-weight: 600;
  font-size: large;
  background-color: rgb(255, 255, 255);
  color: rgba(219, 43, 33, 1);
  border: 1.4px solid rgba(219, 43, 33, 1);
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.balwaan-btn-white:hover {
  background-color: rgb(255, 255, 255);
  color: rgba(219, 43, 33, 1);
  border: 1.4px solid rgba(219, 43, 33, 1);
}

.card-2 {
  flex-direction: row;
  align-items: baseline;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
  min-height: 8rem;
  padding: 0.5rem 1rem 0.5rem 3rem;
}

.vertical-list {
  padding: 0;
  margin: 0;
  margin-left: 3rem;
  margin-top: 3rem;
}

.vertical-list li {
  margin-bottom: 2rem;
  font-size: 16px;
  color: rgba(58, 58, 58, 1);
  font-family: "Poppins";

  font-weight: 500;
}

.vertical-list li:last-child {
  margin-bottom: 0;
}

.choose-us {
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
}

.choose-content {
  text-align: center;
}

.choose-content p {
  font-size: 14px;
  width: 70%;
  color: rgba(104, 104, 104, 1);
  margin: 0 auto;
}

.slider-container5 {
  position: relative;
  padding: 0 3.8rem !important; 
  overflow: hidden;
}

.cards-slider5 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.nav-btn5 {
  /* position: absolute; */
  /* top: 50%; */
  transform: translateY(-50%);
  z-index: 10;
  background-color: #fff;
  border: none;
  padding: 8px;
  cursor: pointer;
}

.prev-btn5 {
 background-color: transparent;
 border: none;
}

.next-btn5 {
 background-color: transparent;
 border: none;
}

.dots-container5 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 10px;
  height: 1rem;
  align-items: center;
}

.dot5 {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot5.active {
  height: 10px;
  width: 10px;
  background-color: rgba(219, 43, 33, 1);
  border-radius: 30%;
  transform: rotate(45deg);
}

.cards-slider5 {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.cards-slider5::-webkit-scrollbar {
  display: none;
}
.card-3 {
  flex: 0 0 auto;
  width: 253px;
  margin-right: 16px;
  scroll-snap-align: start;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 21rem;
  height: 21rem;
  overflow-y: hidden;
}

.card-3:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.Banner2 {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1440 / 337.5;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 1rem; */
}

.Banner2 img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  /* border-radius: 1rem; */
}

.slider-container6 {
  position: relative;
  overflow: hidden;
}

.cards-slider6 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.nav-btn6 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #fff;
  border: none;
  padding: 8px;
  cursor: pointer;
}

.prev-btn6 {
 background-color: transparent;
 border: none;
}

.next-btn6 {
 background-color: transparent;
 border: none;
}

.dots-container6 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 10px;
  height: 1rem;
}

.dot6 {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot6.active {
  background-color: rgba(175, 2, 7, 1);
  border-radius: 30%;
  transform: rotate(45deg);
}

.cards-slider6 {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.cards-slider6::-webkit-scrollbar {
  display: none;
}
.card-6 {
  flex: 0 0 auto;
  width: 267px;
  margin-right: 0px;
  scroll-snap-align: start;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 21rem;
  height: 32rem;
  overflow-y: hidden;
  position: relative;
}

.card-6:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.vertical-video {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

.vertical-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.accordion-button::after {
  /* content: ''; */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.88867 20.5V0.5H11.8887V20.5H9.88867Z' fill='%23AF0207'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.88867 9.5L20.8887 9.5L20.8887 11.5L0.88867 11.5L0.88867 9.5Z' fill='%23AF0207'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 21px;
  height: 21px;
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
}

.accordion-button {
  font-size: 17px;
  padding: 1.2rem;
}

.accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D'25'%20height%3D'24'%20viewBox%3D'0%200%2025%2024'%20fill%3D'none'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M5.88867%2012H19.8887'%20stroke%3D'%231A1F26'%20stroke-width%3D'2.5'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.asked-questions {
  background-color: rgba(229, 229, 229, 1);
}


.trusted-p {
  font-family: Poppins;
  font-weight: 600;
 font-size: 40px;
line-height: 120%;
letter-spacing: 0%;
text-align: center;
  vertical-align: middle;
  /*margin-bottom: 0vw;*/
}

.trusted-p2 {
  font-family: Poppins;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgba(127, 127, 127, 1);
}
.card-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 6px;
  min-height: 10rem;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  height: 100%;
  /* height: 10rem; */
}

.card-4:hover {
  transform: translateY(-2px); /* Hover lift */
}

.slider-container10 {
  position: relative;
  padding: 0 7rem;
}

.cards-slider10 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;

  -ms-overflow-style: none;

  padding: 1.5rem 0;
  gap: 1rem;
}

.cards-slider10::-webkit-scrollbar {
  display: none;
}

.card-10 {
  flex: 0 0 auto;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 253px;
  background: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-10:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-head10 {
  background-color: var(--primary-green);
  border-radius: 10px 10px 0px 0px;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer10 {
  font-weight: 800;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}

.card-img10 {
  padding: 1rem;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-img10 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.card-body10 {
  padding: 0 0.5rem 0.5rem;
}

.card-title10 {
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
  margin-bottom: 0.75rem;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-mrp10 {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}

.real-mrp10 {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  margin-left: 2px;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: var(--light-gray);
}

.card-savings10 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--primary-green);
  margin-bottom: 0.75rem;
}

.rating-container10 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.reviews10 {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  margin: 0;
  letter-spacing: 0%;
  color: var(--light-gray);
}

.buy-now10 {
  background: var(--primary-red);
  color: white;
  font-size: large;
  font-weight: 600;
  width: 100%;
  border-radius: 8px;
  padding: 0.5rem;
  transition: background 0.3s ease;
}

.buy-now10:hover {
  background: #c8231a;
}

.nav-btn10 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  border: none;
}

.nav-btn10:hover {
  background: rgba(219, 43, 33, 1);
  color: white;
}

.prev-btn10 {
  left: 4vw;
}

.next-btn10 {
  right: 4vw;
}

.dots-container10 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 8px;

  align-items: center;
}

.dot10 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot10.active {
  background: rgba(219, 43, 33, 1);
  width: 12px;
  height: 12px;
}

/* footer container h */
.footer {
  background: #f5f4f2;
  padding: 2rem 1rem 0rem 1rem;
  border-top: 1px solid #eee;
  margin-top: 52px;
}

.footer-top,
.footer-bottom {
  max-width: 1400px;
  margin: auto;
  /* padding: 0 30px; */
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.footer-logo {
  max-width: 300px;
}

.footer-logo img {
  height: 4rem;
  margin-bottom: 20px;
}

.footer-logo p {
  font-size: 12px;
  color: #7f7f7f;
  line-height: 1.6;
  font-family: Poppins;
  font-weight: 500;
}

.footer-column h4 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 15px;
  font-family: Poppins;
  font-weight: 700;
}

.footer-column ul {
  list-style: none;
  margin-left: -30px;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  font-size: 13px;
  color: #191919;
  text-decoration: none;
  font-family: Poppins;
  font-weight: 500;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #ddd;
  gap: 15px;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 160px;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 35px 10px 12px;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  font-weight: 500;
}

.custom-select:focus {
  outline: none;
}

.custom-select-wrapper::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 44%;
  width: 8px;
  height: 8px;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid red;
  border-bottom: 2px solid red;
}

.footer-right-group {
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-right-group img {
  height: 20px;
  margin: 0 4px;
}

.footer-right-group > img {
  transform: translateX(-40px);
}

.app-badges img {
  height: 30px;
  margin-left: 4px;
}

.footer-bottom-text {
  background: #2f2f2f;
  color: #ccc;
  font-size: 12px;
  text-align: center;
  padding: 7px 10px;
  margin-top: 40px;
  width: 100%;
  margin-left: -20px;
  width: 103%;

  margin-top: 100px;
}

.footer-bottom-text a {
  color: #ccc;
  text-decoration: none;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-right-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-bottom-text {
    text-align: left;
    padding: 15px 20px;
  }
}

@media (max-width: 768px) {
  .section-title10 {
    margin-left: 1.5rem;
  }

  .slider-container10 {
    padding: 0 2.5rem;
  }
}
